home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Atari Compendium
/
The Atari Compendium (Toad Computers) (1994).iso
/
files
/
umich
/
tex
/
tex31
/
inputs.lzh
/
btxdoc.bbl
/
internals.pl
< prev
next >
Wrap
Text File
|
1988-02-07
|
504b
|
23 lines
# LaTeX2HTML 2022 (Released January 1, 2022)
# Associate internals original text with physical files.
$key = q/cite_btxhak/;
$ref_files{$key} = "$dir".q|node1_ct.html|;
$noresave{$key} = "$nosave";
$key = q/cite_chicago/;
$ref_files{$key} = "$dir".q|node1_ct.html|;
$noresave{$key} = "$nosave";
$key = q/cite_latex/;
$ref_files{$key} = "$dir".q|node1_ct.html|;
$noresave{$key} = "$nosave";
$key = q/cite_van-leunen/;
$ref_files{$key} = "$dir".q|node1_ct.html|;
$noresave{$key} = "$nosave";
1;